runtime.p.timers (field)
20 uses
runtime (current package)
proc.go#L3086: when := pp.timers.wakeTime()
proc.go#L3289: now, pollUntil, _ := pp.timers.check(0)
proc.go#L3706: tnow, w, ran := p2.timers.check(now)
proc.go#L3772: w := p2.timers.wakeTime()
proc.go#L5610: lockInit(&pp.timers.mu, lockRankTimers)
proc.go#L5642: getg().m.p.ptr().timers.take(&pp.timers)
proc.go#L5672: if pp.timers.raceCtx != 0 {
proc.go#L5682: racectxend(pp.timers.raceCtx)
proc.go#L5683: pp.timers.raceCtx = 0
proc.go#L6034: if len(pp.timers.heap) > 0 {
proc.go#L6377: print(" runqsize=", t-h, " gfreecnt=", pp.gFree.n, " timerslen=", len(pp.timers.heap), "\n")
proc.go#L6619: if pp.timers.len.Load() == 0 {
runtime2.go#L749: timers timers
time.go#L623: ts := &mp.p.ptr().timers
time.go#L916: force := ts == &getg().m.p.ptr().timers && int(zombies) > int(ts.len.Load())/4
time.go#L942: force = ts == &getg().m.p.ptr().timers && int(ts.zombies.Load()) > int(ts.len.Load())/4
time.go#L1015: tsLocal := &getg().m.p.ptr().timers
time.go#L1067: gp.racectx = gp.m.p.ptr().timers.raceCtx
time.go#L1189: if w := pp.timers.wakeTime(); w != 0 {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |